JBoss Community Archive (Read Only)

WildFly Camel

Building the Server

The WildFly Camel Server is built using the modular build functionality to define the minimum set of subsystems and to reduce the set of binaries that are reachable.

Currently we include and integrate with these subsystems

As part of the build, we also generate and auto run the installer on the virgin wildfly server. This approach ensures that all integration tests can actually be run when installing Camel on the WildFly Application Server.

Running the Server

	[tdiesler@localhost wildfly-camel]$ cd build/target/wildfly-camel-1.0.0-SNAPSHOT
	[tdiesler@localhost wildfly-camel-1.0.0-SNAPSHOT]$ bin/standalone.sh 
	=========================================================================
	
	  JBoss Bootstrap Environment
	
	  JBOSS_HOME: /Users/tdiesler/git/wildfly-camel/build/target/wildfly-camel-1.0.0-SNAPSHOT
	
	  JAVA: /Library/Java/JavaVirtualMachines/jdk1.7.0_13.jdk/Contents/Home/bin/java
	
	  JAVA_OPTS:  -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
	
	=========================================================================
	
	14:32:36,221 INFO  [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.0.0.Alpha2-SNAPSHOT "WildFly" starting
	...
	14:32:36,912 INFO  [org.jboss.as.provision] (ServerService Thread Pool -- 15) JBAS020300: Activating Provision Subsystem
	14:32:36,912 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 14) JBAS011800: Activating Naming Subsystem
	14:32:36,919 INFO  [org.jboss.camel] (MSC service thread 1-1) JBAS020000: Activating Camel Subsystem
	14:32:36,919 INFO  [org.jboss.camel] (MSC service thread 1-7) JBAS020001: Register camel context: system-context-1
	14:32:36,972 INFO  [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: Starting Naming Service
	...
	14:32:37,527 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 18) HQ221001: HornetQ Server version 2.3.1.Final (Wild Hornet, 123) [72ff288e-c46d-11e2-bb0c-b12f6f705d79] 
	...
	14:32:38,757 INFO  [org.apache.camel.spring.SpringCamelContext] (MSC service thread 1-7) Apache Camel 2.11.0 (CamelContext: system-context-1) started in 0.414 seconds
	14:32:38,793 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
	14:32:38,793 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
	14:32:38,793 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.0.Alpha2-SNAPSHOT "WildFly" started in 3174ms - Started 81 of 85 services (20 services are lazy, passive or on-demand)
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 13:58:35 UTC, last content change 2013-07-25 10:25:22 UTC.